home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
comm
/
tcp
/
AmiTCPsdk_40.lha
/
AmiTCP-4.0
/
src
/
compile.lib
next >
Wrap
AmigaDOS Script File
|
1994-09-29
|
801b
|
39 lines
.key DEST,INCLUDE/K,INSTALL/S,TARGET/F/K
;;
;; $Id: compile.lib,v 4.1 1994/09/30 00:05:27 jraja Exp $
;;
;; Compile netlib and rpclib for SAS/C
;;
;; Copyright © 1994 AmiTCP/IP Group,
;; Network Solutions Development Inc.
;; All rights reserved.
;;
.bra {
.ket }
.def DEST "AmiTCP:"
If NOT {INCLUDE$IsNotGiven} EQ IsNotGiven
If Exists "{INCLUDE}"
assign netinclude: {INCLUDE}
ENDIF
Else
Assign Netinclude: exists > nil:
If WARN
echo "The assign NETINCLUDE: does not exist!"
echo "Can't continue."
quit
Endif
Endif
cd netlib
If NOT {INSTALL$Z} EQ Z
smake -k DEST={DEST} INSTALL-ALL {TARGET$ALL}
Else
smake -k DEST={DEST} {TARGET$ALL}
Endif
cd /
cd rpclib
smake -k DEST={DEST} {INSTALL} {TARGET}
cd /